What is the steps to make a frame work for a company? [on hold]

Posted by bbb on Programmers See other posts from Programmers or by bbb
Published on 2013-10-20T10:42:17Z Indexed on 2013/10/20 16:09 UTC
Read the original article Hit count: 202

we want to make a frame work for our company. Our company mission is developing web applications and CMS and websites.

Till now we had a lot of problems with the various types of codding. we didnt have a frame work and every programmer codes as he wants and it was too hard for the others to edit them.

Now we want to make a frame work for the company.

We want to make an archive of dll files that are written by our self our other and make the programmers to use just from them and we want to make a frame work for the type of codding.

WE NEED A STRUCTURE FOR THE COMPANY.

I dont know how to do this and what is the first and second and third step to do this.

I need some guidance about it.

For example I say that the frame work should contains the followings:

  1. The base should be SOLID
  2. The method should be Code-First
  3. The standards should be Naming Convention
  4. The type should be 3 layer programming
  5. The method should be MVC
  6. We should use from our dll archive
  7. The UI should be with HTML and CSS
  8. And using from Bootstrap

Am I right or not or is it complete or...???

© Programmers or respective owner

Related posts about project-management

Related posts about frameworks